Posts

Post not yet marked as solved
6 Replies
HelloWe have same issue - build goes nicely to testflight and works on our testphones but when we promote it to store review we got that same ITMS-90433 reject respond from Apple. We have a Flutter application which is build and signed on our CI (using fastlane) and pushed automatically to testflight so nothing has changed between our latest accepted build (june 3) and yesterday on that part. We verified that our application has been signed with our certificate and also did same magic checks as uobmighty. Our build stack is https://github.com/bitrise-io/bitrise.io/blob/master/system_reports/osx-xcode-11.4.x.logI also went throught our commit logs to find out that have we done some code changes which affect directly to iOS side but I did not find nothing that kind. Our application is build (targeted) currently to swift 4.0 and I am wondering is that core reason?-----Update: We managed to get our build through on second time - we noticed that we used in CI random temporary password / username in fastlane match () - command for keychain. We changed it to same what we had on june 3 build and that build was passed to store. We are not sure that was that the reason but it went through.
Post not yet marked as solved
116 Replies
Same happen to our application too. Signing was done Fastline in CI and nothing has changed on that part